<!-- TWO STEPS TO INSTALL JAVASCRIPT VERSION: 1. Paste the first code in the HEAD of your HTML document 2. Add the last coding to the BODY of your HTML document --> <!-- STEP ONE: Paste the first code in the HEAD of your HTML document --> <HEAD> <SCRIPT LANGUAGE="JavaScript"> <!-- This script and many more are available online from --> <!-- The JavaScript Source!! http://javascriptsource.com --> <!-- Begin function JSVer(){ return "1.0"; } // End --> </SCRIPT> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin function JSVer(){ return "1.1"; } // End --> </SCRIPT> <SCRIPT Language="JavaScript1.2"> <!-- Begin function JSVer(){ return "1.2"; } // End --> </SCRIPT> <NOSCRIPT> <B>Your browser does not currently support JavaScript.</B> <P>If your are using Netscape 2 or later then you can enable JavaScript. <P>Version 2 or 3: Choose Options|Network Preferences, choose the Languages tab, click Enable Javascript and then click OK. <P>Version 4: Choose Edit|Preferences|Advanced, click Enable JavaScript and then click OK. <P><HR><P> Note: If you are using Internet Explorer and see this message, then your version does not support JavaScript. (JavaScript can not be disabled in Internet Explorer) </NOSCRIPT> <!-- STEP TWO: Add the last coding to the BODY of your HTML document --> <BODY> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin document.write("<B>Your browser supports JavaScript version " + JSVer() + ".</B>") // End --> </SCRIPT> <!-- Script Size: 1.50 KB -->
1998 Copyright (C) Next Step All Rights Reserved